SAXLib Test Project
-------------------

This example project is written to illustrate the basic SAXLib XML parsing
library usage. To start using SAXTest you have to compile it with Metrowerks
CodeWarrior 9.x and install on your Palm handheld or Emulator/Simulator. Be
sure you have also installed SAXLib.prc from the library distribution archive.
Then launch SAXTest and follow on-screen instructions to start XML file parsing.

Project Structure
-----------------

SAXTest.c			- 	Main project file. Prepares SAXLib library and starts 
						parsing.
SAXContentHandler.c	- 	Content Handler interface implementation.
SAXFileProvider.c	- 	File Provider interface implementation for VFS located
						XML files.